Name: AutoQuote v2.0<br /><br />Description: Allow your users to reply to a message while quoting someone. Lets the user just click on a link/icon and it will automatically put the tags around the body of the message that they want to quote.
<br /><br />As you can see, there is a problem with it as it is right now: Its not language dependent.<br />You should be using [:"red"]{$ubbt_lang['TEXT_QUOTE']}[/] instead of hardcoded "<br /> [:"blue"] quote [/] .<br /><br />For example, though I havent tested it, I think: <br /> [:"blue"] $quote = "
"; [/] <br />should be changed to:<br /> [:"red"] $quote = "[{$ubbt_lang['TEXT_QUOTE']}=$ResUsername] $Body2 [/{$ubbt_lang['TEXT_QUOTE']}]"; [/] <br /><br />